Property Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 Callback_LostClient, _Class_TCPServer
 Callback_LostConnection, _Class_TCPClient
 Callback_NewClient, _Class_TCPServer
 Callback_Receiving
 Callback_Recv
 Callback_Timedout
I
 ip, _Class_TCPServer
M
 max_recv_len
N
 NbrClients, _Class_TCPServer
P
 port, _Class_TCPServer
S
 server_ip, _Class_TCPClient
 server_port, _Class_TCPClient
T
 Timeout
Function called when a client disconnects from the server.
Function that is called when the connection with the server is lost.
Function called when a new client connects to the server.
Function that is called when being receiving data from the server
Function that is called when being receiving data from a client
Function that is called when data (Binary/String) is received from the server
Function that is called when data (Binary/String) is received from a client
Function that is called when a client is timed out
Function that is called when a client is timed out
IP Address to listen
max # of characters to receive (TCPRecv)
max # of characters to receive (TCPRecv)
Number of clients currently connected to the server
Port number to listen
IP Adress of the server
Port number of the server
Receiving timeout (in ms).
Receiving timeout (in ms).
Close